body {
  font-size: 14px;
  font-family: Microsoft YaHei;
}
a {
  text-decoration: none;
  color: #353333;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.text-overflow,
.index .section1 .left h2,
.index .section3 .right li .bottom .item p,
.index .section5 dt p,
.index .section7 .content p,
.index .section8 .left ul .headline,
.index .section8 .right li h3,
.product .left h2,
.about #about-content .item3 p,
.newsdtails .right .content h2,
.productdetails .content .left h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.display-flex,
.just-content-between,
.align-items-center,
.header .top .wrap,
.header .bottom,
.nav ul,
.footer .top,
.footer .top ul,
.index .section1,
.index .section1 .wrap,
.index .section1 .right .middle,
.index .section1 .right .middle .words,
.index .section1 .right .bottom li .words,
.index .section2 .content,
.index .section3 .wrap,
.index .section3 .right li .bottom,
.index .section5 .item,
.index .section6 ul,
.index .section6 ul li,
.index .section8 .wrap,
.index .section8 .title,
.index .section8 .left .top,
.index .section8 .left ul,
.index .section8 .left ul li,
.index .section9 .title,
.product .main,
.product .right li,
.about #about-btn,
.about #about-content .item2,
.about #about-content .item3 dl,
.about #about-content dl,
.contact .section2,
.contact .section2 .left li,
.news,
.case,
.news .right li,
.case .right li,
.news .right .time,
.case .right .time,
.newsdtails,
.newsdtails .left .zixun .title,
.newsdtails .right .next,
.productdetails .content,
.productdetails .content .right .top,
.productdetails .content .right .middle,
.productdetails .content .right .tel {
  display: -webkit-flex;
  display: flex;
}
.just-content-between,
.align-items-center,
.header .top .wrap,
.header .bottom,
.nav ul,
.footer .top ul,
.index .section1,
.index .section1 .wrap,
.index .section1 .right .middle,
.index .section1 .right .middle .words,
.index .section1 .right .bottom li .words,
.index .section2 .content,
.index .section3 .wrap,
.index .section5 .item,
.index .section6 ul,
.index .section6 ul li,
.index .section8 .wrap,
.index .section8 .title,
.index .section8 .left .top,
.index .section8 .left ul,
.index .section8 .left ul li,
.index .section9 .title,
.product .main,
.product .right li,
.about #about-btn,
.about #about-content .item2,
.contact .section2,
.news,
.case,
.news .right li,
.case .right li,
.news .right .time,
.case .right .time,
.newsdtails,
.productdetails .content,
.productdetails .content .right .top,
.productdetails .content .right .middle,
.productdetails .content .right .tel {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.align-items-center,
.header .top .wrap,
.header .bottom,
.nav ul,
.index .section1 .right .middle .words,
.index .section1 .right .bottom li .words,
.index .section2 .content,
.index .section6 ul,
.index .section6 ul li,
.index .section8 .title,
.index .section8 .left .top,
.index .section8 .left ul,
.index .section8 .left ul li,
.index .section9 .title,
.product .right li,
.about #about-btn,
.news .right li,
.case .right li,
.news .right .time,
.case .right .time,
.productdetails .content .right .top,
.productdetails .content .right .middle,
.productdetails .content .right .tel {
  align-items: center;
}
.header .top {
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
}
.header .top .wrap {
  height: 100%;
}
.header .top ul li {
  display: inline-block;
  padding: 0 18px;
  border-right: 1px solid #e5e5e5;
}
.header .top ul li:last-child {
  border-right: none;
}
.header .bottom {
  height: 123px;
}
.header .bottom .input {
  width: 437px;
  height: 42px;
  border: 1px solid #0566bc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.header .bottom input[type='text'] {
  width: 350px;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  padding-left: 22px;
  font-size: 12px;
  color: #777;
}
.header .bottom input[type='submit'] {
  width: 87px;
  height: 42px;
  background-color: #0566bc;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.header .bottom .tel {
  width: 228px;
  height: 70px;
  background-color: #f9f9f9;
}
.header .bottom .tel div {
  width: 100%;
  height: 27px;
  line-height: 27px;
  background-color: #ee5035;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.header .bottom .tel p {
  height: 43px;
  line-height: 43px;
  color: #ee5035;
  font-size: 24px;
  text-align: center;
}
.nav {
  width: 100%;
  height: 50px;
  background-color: #0566bc;
}
.nav ul {
  width: 100%;
  height: 50px;
}
.nav li {
  width: 150px;
  text-align: center;
  border-right: 1px dashed rgba(255,255,255,0.5);
  box-sizing: border-box;
}
.nav li:last-child {
  border-right: none;
}
.nav a {
  font-size: 16px;
  color: #fff;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner ul {
  width: 100%;
  position: relative;
}
.banner ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.banner ul .active {
  opacity: 1;
  z-index: 3;
}
.banner dl {
  width: 100%;
  text-align: center;
  height: 15px;
  position: absolute;
  bottom: 20px;
  z-index: 10;
}
.banner dl dt {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  background-color: rgba(5,102,188,0.6);
}
.banner dl .active {
  background-color: #0566bc;
}
.banner img {
  width: 100%;
}
.sub {
  width: 100%;
  height: 152px;
  background: url("../../images/tyy/index-sub-bg_06.jpg") repeat;
}
.path {
  height: 40px;
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.path a {
  font-size: 14px;
  color: #444;
}
#gotop {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background-color: #59a31a;
  text-align: center;
  line-height: 100px;
  font-weight: bold;
  cursor: pointer;
}
#gotop .iconfont {
  font-size: 22px;
  color: #fff;
}
.footer {
  width: 100%;
  background-color: #2e2e2e;
}
.footer .top {
  padding: 45px 0 22px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #7f7f7f;
}
.footer .top .logo {
  margin-right: 270px;
}
.footer .top ul {
  width: 735px;
}
.footer .top dt {
  font-size: 16px;
  color: #efefef;
  margin-bottom: 20px;
}
.footer .top dd {
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  color: #bcbcbc;
}
.footer .top dd a {
  color: #bcbcbc;
}
.footer .top dd .iconfont {
  margin-right: 15px;
}
.footer .bottom {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #bcbcbc;
}
.index .alert {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 6px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  color: #444;
  background-color: #e7e7e5;
  display: none;
}
.index .section1 {
  margin-top: 44px;
  position: relative;
  padding-bottom: 70px;
}
.index .section1 .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: -1;
}
.index .section1 .bg img {
  width: 100%;
}
.index .section1 .left {
  width: 258px;
  box-sizing: border-box;
}
.index .section1 .left ul {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-bottom: none;
}
.index .section1 .left li {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.index .section1 .left li:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #59a31a;
  opacity: 0;
}
.index .section1 .left li:last-child {
  border-bottom: none;
}
.index .section1 .left .active {
  background-color: #f5f5f5;
}
.index .section1 .left .active:before {
  opacity: 1;
}
.index .section1 .left .active h2 {
  color: #59a31a;
  font-weight: 600;
}
.index .section1 .left .active h2 .iconfont {
  color: #59a31a;
 
}
.index .section1 .left h2 {
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 18px;
  color: #333;
}
.index .section1 .left h2 .iconfont {
  font-size: 18px;
  color: #313131;
  margin-right: 30px;
}
.index .section1 .left dl {
  padding: 10px 20px 30px;
}
.index .section1 .left dt {
  height: 30px;
  line-height: 30px;
  color: #484848;
  padding-left: 57px;
}
.index .section1 .right {
  width: 920px;
  box-sizing: border-box;
}
.index .section1 .right .hot a {
  font-size: 12px;
  color: #474747;
}
.index .section1 .right .product {
  width: 100%;
  height: 637px;
  box-sizing: border-box;
  margin-top: 21px;
  border: 1px solid #dedede;
}
.index .section1 .right .middle {
  width: 100%;
  height: 355px;
}
.index .section1 .right .middle .item {
  width: 459px;
  height: 100%;
  background-color: #e8e8e8;
}
.index .section1 .right .middle .item:hover .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.index .section1 .right .middle .pic {
  width: 100%;
  padding: 21px 60px;
  box-sizing: border-box;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.index .section1 .right .middle .pic img {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.index .section1 .right .middle .words {
  width: 100%;
  height: 115px;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
.index .section1 .right .middle .words:before {
  content: '';
  display: block;
  width: 375px;
  height: 0;
  border-bottom: 1px solid #d2d2d2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index .section1 .right .middle .words h2 {
  font-size: 20px;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 15px;
}
.index .section1 .right .middle .words div {
  width: 225px;
}
.index .section1 .right .middle .words p {
  font-size: 12px;
  color: #080808;
  line-height: 20px;
}
.index .section1 .right .middle .words a {
  display: block;
  width: 106px;
  height: 30px;
  border: 1px solid #030c69;
  line-height: 30px;
  color: #030c69;
  font-size: 12px;
  text-align: center;
}
.index .section1 .right .bottom {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index .section1 .right .bottom ul {
  position: relative;
  overflow: hidden;
  left: 0;
}
.index .section1 .right .bottom li {
  width: 306px;
  height: 280px;
  text-align: center;
  float: left;
}
.index .section1 .right .bottom li .pic {
  width: 100%;
  text-align: center;
  margin-top: 45px;
}
.index .section1 .right .bottom li .words {
  display: block;
  width: 185px;
  margin: 0 auto;
  font-size: 15px;
  color: #848484;
  height: 48px;
  border-top: 1px solid #dcdcdc;
  display: -webkit-flex;
  display: flex;
}
.index .section1 .right .bottom .leftbtn,
.index .section1 .right .bottom .rightbtn {
  width: 34px;
  height: 75px;
  background-color: rgba(102,102,102,0.48);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}
.index .section1 .right .bottom .leftbtn:hover,
.index .section1 .right .bottom .rightbtn:hover {
  background-color: rgba(102,102,102,0.8);
}
.index .section1 .right .bottom .leftbtn img,
.index .section1 .right .bottom .rightbtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index .section1 .right .bottom .leftbtn {
  left: 0;
}
.index .section1 .right .bottom .rightbtn {
  right: 0;
}
.index .section2 {
  width: 100%;
  background: url("../../images/tyy/section2_02.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}
.index .section2 #index-sec2-content2 {
  display: none;
}
.index .section2 .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index .section2 .bg img {
  width: 100%;
}
.index .section2 .wrap {
  position: relative;
  z-index: 3;
  padding-top: 70px;
}
.index .section2 h2 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.index .section2 h2 .active,
.index .section2 h2 .i {
  font-weight: bold;
}
.index .section2 h2 i {
  margin: 0 16px;
}
.index .section2 .content {
  width: 100%;
  margin-top: 40px;
}
.index .section2 .content .item {
  width: 50%;
  font-size: 14px;
  color: #e9e9e9;
}
.index .section2 .content .item p {
  line-height: 24px;
  margin-top: 20px;
}
.index .section2 .content .item a {
  display: block;
  width: 162px;
  height: 38px;
  box-sizing: border-box;
  line-height: 38px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  border: 1px solid rgba(255,255,255,0.78);
}
.index .section3 {
  width: 100%;
  background-color: #f5f5f5;
  padding: 65px 0;
}
.index .section3 .left {
  width: 260px;
  padding-bottom: 40px;
  background-color: #fff;
}
.index .section3 .left li {
  width: 100%;
  height: 65px;
  line-height: 65px;
  position: relative;
  box-sizing: border-box;
  padding: 0 45px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.index .section3 .left li:after {
  content: '';
  display: block;
  width: 198px;
  height: 0;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 31px;
  font-size: 16px;
  color: #666;
}
.index .section3 .left li img {
  display: none;
    position: absolute;
    top: 22px;
    right: 35px;
}
.index .section3 .left li:hover {
  background-color: #59a31a;
  color: #fff;
}
.index .section3 .left li:hover img {
  display: inline;
}
.index .section3 .left a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 55px;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  color: #666;
}
.index .section3 .left .active {
  background-color: #59a31a;
  color: #fff;
}
.index .section3 .left .active img {
  display: inline;
}
.index .section3 .right {
  width: 918px;
  height: 563px;
  position: relative;
}
.index .section3 .right ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.index .section3 .right li {
  width: 100%;
  height: 563px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.index .section3 .right li .top {
  width: 100%;
  height: 392px;
  position: relative;
  overflow: hidden;
}
.index .section3 .right li .top:hover .des {
  background-color: rgba(89,163,26,0.95);
}
.index .section3 .right li .top .des {
  width: 362px;
  height: 100%;
  background-color: rgba(89,163,26,0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 50px 30px 0 45px;
}
.index .section3 .right li .top h2 {
	
   line-height: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.index .section3 .right li .top p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 30px 0 40px;
}
.index .section3 .right li .top a {
  display: block;
  width: 210px;
  height: 49px;
  font-size: 14px;
  line-height: 49px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.74);
  color: #fff;
  margin: 0 auto;
}
.index .section3 .right li .bottom {
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
}
.index .section3 .right li .bottom .item {
  width: 280px;
  height: 160px;
  margin-right: 39px;
  position: relative;
  overflow: hidden;
}
.index .section3 .right li .bottom .item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.index .section3 .right li .bottom .item:last-child {
  margin-right: 0;
}
.index .section3 .right li .bottom .item img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.index .section3 .right li .bottom .item p {
  position: absolute;
  width: 100%;
  height: 35px;
  text-align: center;
  background-color: rgba(0,0,0,0.51);
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 20px;
}
.index .section4 {
  width: 100%;
  height: 200px;
  position: relative;
  background-color: #107adb;
}
.index .section4 .star {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .section4 .wrap {
  height: 200px;
  position: relative;
}
.index .section4 .wrap .pic {
  position: absolute;
  left: 0;
  bottom: -42px;
}
.index .section4 .wrap .title {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .section5 {
  margin-top: 90px;
}
.index .section5 .title {
  text-align: center;
}
.index .section5 .content {
  margin-top: 70px;
}
.index .section5 .words,
.index .section5 .pic {
  width: 540px;
}
.index .section5 .words div,
.index .section5 .pic div {
  margin-top: 46px;
}
.index .section5 dl {
  position: relative;
}
.index .section5 dt {
  position: relative;
  box-sizing: border-box;
  padding-left: 116px;
  margin-bottom: 45px;
}
.index .section5 dt p {
  font-size: 20px;
  color: #444;
  margin-bottom: 10px;
}
.index .section5 dt h2 {
  font-size: 30px;
  color: #0566bc;
  font-weight: bold;
}
.index .section5 dt span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .section5 dd {
  font-size: 14px;
  color: #444;
  position: relative;
  margin-bottom: 34px;
  box-sizing: border-box;
  padding: 0 22px;
}
.index .section5 dd i {
  color: #f92f2f;
}
.index .section5 dd:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border: 1px solid #848484;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .section5 dd:after {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  background-color: #dcdcdc;
  position: absolute;
  left: 4px;
  bottom: -34px;
}
.index .section5 dd:last-child:after {
  display: none;
}
.index .section6 {
  width: 100%;
  height: 360px;
  background-color: #0566bc;
  position: relative;
  box-sizing: border-box;
  padding-top: 64px;
  margin-top: 70px;
}
.index .section6 .leftbg,
.index .section6 .rightbg {
  position: absolute;
  top: 0;
}
.index .section6 .wrap {
  position: relative;
  z-index: 2;
}
.index .section6 .leftbg {
  left: 0;
}
.index .section6 .rightbg {
  right: 0;
}
.index .section6 ul {
  height: 54px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin: 60px 0 40px;
}
.index .section6 ul li span {
  display: block;
  margin-left: -8px;
}
.index .section7 {
  margin-top: 60px;
  padding-bottom: 65px;
}
.index .section7 .content {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}
.index .section7 .content .leftbtn,
.index .section7 .content .rightbtn {
  width: 35px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  background-color: #dbdbdb;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .section7 .content .leftbtn .iconfont,
.index .section7 .content .rightbtn .iconfont {
  color: #949494;
  font-size: 22px;
}
.index .section7 .content .leftbtn:hover,
.index .section7 .content .rightbtn:hover {
  background-color: #045f96;
}
.index .section7 .content .leftbtn:hover .iconfont,
.index .section7 .content .rightbtn:hover .iconfont {
  color: #fff;
}
.index .section7 .content .leftbtn {
  left: 0;
}
.index .section7 .content .rightbtn {
  right: 0;
}
.index .section7 .content .box {
  width: 1090px;
  margin: 0 auto;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.index .section7 .content ul {
  position: relative;
  left: 0;
  height: 170px;
}
.index .section7 .content li {
  width: 228px;
  float: left;
  margin-right: 57px;
  box-sizing: border-box;
}
.index .section7 .content .pic {
  width: 100%;
  height: 135px;
  box-sizing: border-box;
  border: 1px solid #e7e7e5;
  text-align: center;
  overflow: hidden;
}
.index .section7 .content .pic img {
  height: 135px;
}
.index .section7 .content p {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.index .section8 {
  padding: 50px 0 60px;
  background-color: #f5f5f5;
}
.index .section8 .title img {
  display: block;
}
.index .section8 .title a {
  font-size: 12px;
  color: #474747;
}
.index .section8 .left {
  width: 800px;
  height: 490px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 35px 28px;
}
.index .section8 .left .top {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 19px;
  border-bottom: 1px solid #c7c7c7;
}
.index .section8 .left .top .pic {
  width: 355px;
  overflow:hidden;
}
.index .section8 .left .top .pic img{
	display:block;
}
.index .section8 .left .top .words {
  width: 350px;
}
.index .section8 .left .top .words p {
  font-size: 14px;
  color: #474747;
  line-height: 26px;
  margin-bottom: 25px;
}
.index .section8 .left .top .words a {
  font-size: 14px;
  color: #0566bc;
}
.index .section8 .left ul {
  width: 100%;
  margin-top: 20px;
  flex-wrap: wrap;
}
.index .section8 .left ul li {
  width: 345px;
  position: relative;
  box-sizing: border-box;
  padding-left: 21px;
  font-size: 14px;
  color: #666;
  height: 33px;
  line-height: 36px;
}
.index .section8 .left ul li:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: url("../../images/tyy/index-section8-tip_03.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index .section8 .left ul span {
  display: block;
}
.index .section8 .left ul .headline {
  width: 245px;
}
.index .section8 .left ul .time {
  width: 80px;
}
.index .section8 .right {
  width: 362px;
  height: 490px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 35px;
}
.index .section8 .right .content {
  width: 100%;
  height: 360px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.index .section8 .right ul {
  position: absolute;
  top: 0;
}
.index .section8 .right li {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding-top: 25px;
  border-bottom: 1px dashed #d2d2d2;
}
.index .section8 .right li h3 {
  font-size: 14px;
  color: #393939;
  margin-bottom: 10px;
  font-weight: bold;
}
.index .section8 .right li p {
  font-size: 14px;
  color: #393939;
  line-height: 26px;
}
.index .section9 {
  padding: 55px 0 80px;
}
.index .section9 .title {
  width: 100%;
}
.index .section9 .right {
  width: 1035px;
  padding-bottom: 7px;
  border-bottom: 1px solid #d7d7d8;
  font-size: 16px;
  color: #666;
}
.index .section9 .right a {
  color: #df0000;
  float: right;
}
.index .section9 ul {
  font-size: 16px;
  font-weight: bold;
  margin-top: 60px;
  color: #333;
  overflow: hidden;
}
.index .section9 ul li {
  display: inline-block;
  margin-right: 50px;
}
.product .main {
  margin-top: 40px;
  margin-bottom: 45px;
}
.product .left {
  width: 258px;
  box-sizing: border-box;
}
.product .left ul {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-bottom: none;
}
.product .left li {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.product .left li:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #59a31a;
  opacity: 0;
}
.product .left li:last-child {
  border-bottom: none;
}
.product .left .active {
  background-color: #f5f5f5;
}
.product .left .active:before {
  opacity: 1;
}
.product .left .active h2 {
  color: #59a31a;
  font-weight: 600;
}
.product .left .active h2 .iconfont {
  color: #59a31a;
}
.product .left h2 {
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 18px;
  color: #333;
}
.product .left h2 .iconfont {
  font-size: 18px;
  color: #313131;
  margin-right: 30px;
}
.product .left dl {
  padding: 10px 20px 30px;
}
.product .left dt {
  height: 30px;
  line-height: 30px;
  color: #484848;
  padding-left: 57px;
  cursor: pointer;
}
.product .right {
  width: 910px;
}
.product .right li {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 26px;
  padding: 15px;
  height: 245px;
  border: 2px solid #ddd;
  background-color: #f8f8f8;
}
.product .right .topline {
  height: 200px;
  background-color: #f7f7f7;
  border: none;
  border-bottom: 1px dashed #e5e5e5;
  padding: 29px 42px;
  display: block;
}
.product .right .topline p {
  margin-bottom: 15px;
}
.product .right h2 {
  color: #444;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 19px;
  border-bottom: 3px dashed #dedede;
}
.product .right h2 span {
  display: inline-block;
  width: 68px;
  height: 32px;
  background-color: #0566bc;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  margin-right: 30px;
}
.product .right p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.product .right .pic {
  overflow: hidden;
  float: left;
  width: 210px;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.product .right .pic img {
  width: 100%;
  height: 100%;
}
.product .right .words {
  float: right;
  width: 610px;
  padding-top: 10px;
}
.product .right .time {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
  height: 34px;
  width: 100%;
  position: relative;
}
.product .right .time div:last-child {
  width: 108px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #666;
  color: #fff;
  float: right;
}
.product .right .time div:last-child:hover {
  background-color: #59a31a;
}
.product .right .time div:last-child a {
  color: #fff;
}
.about #about-btn {
  width: 100%;
  margin-top: 35px;
}
.about #about-btn li {
  width: 298px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #0566bc;
  position: relative;
  cursor: pointer;
}
.about #about-btn a {
  display: block;
  width: 298px;
  height: 60px;
  color: #fff;
  position: relative;
}
.about #about-btn a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 144px;
  bottom: -5px;
  display: none;
}
.about #about-btn a:hover {
  background-color: #59a31a;
}
.about #about-btn a:hover:after {
  display: block;
}
.about #about-btn .active {
  background-color: #59a31a;
}
.about #about-btn .active a:after {
  display: block;
}
.about #about-content {
  margin-top: 45px;
  margin-bottom: 65px;
}
.about #about-content .item1 dl {
  margin-top: 55px;
}
.about #about-content .item1 dd {
  background-color: #f8f8f8;
}
.about #about-content .item2 {
  margin-top: 60px;
}
.about #about-content .item2 dd:first-child {
  width: 320px;
}
.about #about-content .item2 dd:first-child div:last-child {
  height: 248px;
}
.about #about-content .item2 dd:first-child div:last-child img {
  height: 100%;
}
.about #about-content .item2 dd:nth-child(2) {
  width: 548px;
}
.about #about-content .item2 dd:nth-child(2) div:first-child {
  height: 279px;
  overflow: hidden;
}
.about #about-content .item2 dd:nth-child(2) div:last-child {
  height: 193px;
  overflow: hidden;
  margin-top: 3px;
}
.about #about-content .item2 dd:last-child {
  width: 326px;
}
.about #about-content .item2 dd:last-child div:first-child {
  height: 209px;
  overflow: hidden;
}
.about #about-content .item2 dd:last-child div:first-child img {
  height: 100%;
}
.about #about-content .item2 dd:last-child div:last-child {
  height: 263px;
  overflow: hidden;
  margin-top: 3px;
}
.about #about-content .item2 dd:last-child div:last-child img {
  height: 100%;
}
.about #about-content .item2 img {
  width: 100%;
}
.about #about-content .item3 {
  margin-top: 45px;
}
.about #about-content .item3 dl {
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 65px 50px 45px;
}
.about #about-content .item3 dd {
  width: 230px;
  height: 372px;
  margin-right: 60px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
}
.about #about-content .item3 dd:nth-child(4n) {
  margin-right: 0;
}
.about #about-content .item3 p {
  font-size: 10px;
  color: #9d9d9d;
  text-align: center;
  margin-top: 22px;
}
.about #about-content .item3 .seemore {
  padding-bottom: 40px;
  background-color: #f8f8f8;
}
.about #about-content .item3 .seemore a {
  display: block;
  width: 140px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #0566bc;
  margin: 0 auto;
  cursor: pointer;
}
.about #about-content dl {
  flex-wrap: wrap;
}
.about #about-content dd {
  width: 50%;
  font-size: 15px;
  color: #555;
  box-sizing: border-box;
}
.about #about-content i {
  font-weight: bold;
  color: #0566bc;
}
.about #about-content .pic {
  height: 300px;
  overflow: hidden;
}
.about #about-content .words {
  box-sizing: border-box;
  padding: 35px 55px;
}
.about #about-content p {
  line-height: 26px;
}
.contact {
  margin-top: 40px;
}
.contact .section1 {
  width: 100%;
  height: 181px;
  background: url("../../images/tyy/contact-section1-bg_03.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 42px 50px 0 265px;
  margin-bottom: 75px;
}
.contact .section1 h2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.contact .section1 p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.contact .section2 {
  width: 100%;
  margin-bottom: 90px;
  margin-top: 20px;
}
.contact .section2 .left {
  width: 445px;
}
.contact .section2 .left h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.contact .section2 .left li {
  height: 109px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  align-items: center;
  font-size: 16px;
  color: #555;
}
.contact .section2 .left li div:first-child {
  margin-right: 57px;
}
.contact .section2 .right {
  width: 640px;
}
.contact .section2 .right #map {
  width: 632px;
  height: 327px;
  border: 1px solid #ccc;
  margin-top: 67px;
}
.news,
.case {
  margin-top: 45px;
  margin-bottom: 43px;
}
.news .left,
.case .left {
  width: 259px;
}
.news .left ul,
.case .left ul {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.news .left li,
.case .left li {
  width: 100%;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  color: #333;
  padding: 0 25px;
}
.news .left li:hover,
.case .left li:hover {
  background-color: #59a31a;
  color: #fff;
}
.news .left li:hover .iconfont,
.case .left li:hover .iconfont {
  color: #fff;
}
.news .left li .iconfont,
.case .left li .iconfont {
  font-size: 15px;
  margin-right: 30px;
}
.news .left li:last-child,
.case .left li:last-child {
  border-bottom: none;
}
.news .left .active,
.case .left .active {
  background-color: #59a31a;
  color: #fff;
}
.news .left .active .iconfont,
.case .left .active .iconfont {
  color: #fff;
}
.news .right,
.case .right {
  width: 910px;
}
.news .right .item,
.case .right .item {
  display: none;
}
.news .right .item:first-child,
.case .right .item:first-child {
  display: block;
}
.news .right li,
.case .right li {
  width: 100%;
  height: 220px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  margin-bottom: 26px;
  padding: 15px;
}
.news .right .topline,
.case .right .topline {
  height: 200px;
  background-color: #f7f7f7;
  border: none;
  border-bottom: 1px dashed #e5e5e5;
  padding: 29px 42px;
  display: block;
}
.news .right .topline p,
.case .right .topline p {
  margin-bottom: 15px;
}
.news .right h2,
.case .right h2 {
  font-size: 18px;
  color: #444;
  margin-bottom: 25px;
}
.news .right h2 span,
.case .right h2 span {
  display: inline-block;
  width: 68px;
  height: 32px;
  background-color: #0566bc;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  margin-right: 30px;
}
.news .right p,
.case .right p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.news .right .pic,
.case .right .pic {
  width: 269px;
  height: 186px;
  overflow: hidden;
  float: left;
  position: relative;
}
.news .right .pic img,
.case .right .pic img {
  width: 100%;
}
.news .right .words,
.case .right .words {
  width: 545px;
  float: right;
  padding-top: 20px;
}
.news .right .time,
.case .right .time {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
}
.news .right .time div:last-child,
.case .right .time div:last-child {
  width: 108px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #bfbfbf;
  color: #fff;
}
.news .right .time div:last-child:hover,
.case .right .time div:last-child:hover {
  background-color: #59a31a;
}
.news .right .time div:last-child a,
.case .right .time div:last-child a {
  color: #fff;
}
.case {
  margin-top: 41px;
}
.case .right li {
  height: 245px;
  border: 2px solid #ddd;
  background-color: #f8f8f8;
}
.case .right .pic {
  width: 210px;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.case .right .pic img {
  width: 100%;
  height: 100%;
}
.case .right h2 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 19px;
  border-bottom: 3px dashed #dedede;
}
.case .right .words {
  width: 610px;
  padding-top: 10px;
}
.case .right .time {
  height: 34px;
  width: 100%;
  position: relative;
}
.case .right .time div:last-child {
  background-color: #666;
  position: absolute;
  right: 0;
}
.newsdtails {
  margin-top: 45px;
  margin-bottom: 115px;
}
.newsdtails .left {
  width: 259px;
}
.newsdtails .left ul {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
}
.newsdtails .left li {
  width: 100%;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  color: #333;
  padding: 0 25px;
}
.newsdtails .left li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
.newsdtails .left li .iconfont {
  font-size: 15px;
  margin-right: 30px;
}
.newsdtails .left li:hover {
  background-color: #59a31a;
}
.newsdtails .left li:hover .iconfont {
  color: #fff;
}
.newsdtails .left li:hover a {
  color: #fff;
}
.newsdtails .left li:last-child {
  border-bottom: none;
}
.newsdtails .left .active {
  background-color: #59a31a;
}
.newsdtails .left .active .iconfont {
  color: #fff;
}
.newsdtails .left .active a {
  color: #fff;
}
.newsdtails .left .zixun .title {
  margin-top: 8px;
  width: 100%;
  height: 84px;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  border-bottom: 2px dashed #ddd;
  align-items: center;
}
.newsdtails .left .zixun dl {
  margin-top: 10px;
}
.newsdtails .left .zixun dd {
  font-size: 14px;
  color: #676767;
  height: 34px;
  line-height: 34px;
  position: relative;
  box-sizing: border-box;
  padding-left: 32px;
}
.newsdtails .left .zixun dd:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("../../images/tyy/newsdtails-left-icon_06.jpg") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newsdtails .left .zixun dd:nth-child(1):before,
.newsdtails .left .zixun dd:nth-child(2):before,
.newsdtails .left .zixun dd:nth-child(3):before {
  background: url("../../images/tyy/newsdtails-left-icon2_03.png") no-repeat;
}
.newsdtails .right {
  width: 910px;
}
.newsdtails .right .content {
  padding: 48px 0 90px;
}
.newsdtails .right .content h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.newsdtails .right .content .info {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 28px 0 60px;
}
.newsdtails .right .next {
  align-items: center;
}
.newsdtails .right .next a {
  color: #4a8eff;
  font-size: 14px;
}
.newsdtails .right .tip {
  width: 60px;
  height: 32px;
  background-color: #a2a2a2;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  margin-right: 20px;
}
.newsdtails .right .main span{
  line-height: 30px;
}
.productdetails {
  margin-bottom: 90px;
}
.productdetails .content {
  width: 100%;
  margin-top: 40px;
}
.productdetails .content .left {
  width: 258px;
  box-sizing: border-box;
}
.productdetails .content .left ul {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-bottom: none;
}
.productdetails .content .left li {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.productdetails .content .left li:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #59a31a;
  opacity: 0;
}
.productdetails .content .left li:last-child {
  border-bottom: none;
}
.productdetails .content .left .active {
  background-color: #f5f5f5;
}
.productdetails .content .left .active:before {
  opacity: 1;
}
.productdetails .content .left .active h2 {
  color: #59a31a;
}
.productdetails .content .left .active h2 .iconfont {
  color: #59a31a;
}
.productdetails .content .left h2 {
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 18px;
  color: #333;
}
.productdetails .content .left h2 .iconfont {
  font-size: 18px;
  color: #313131;
  margin-right: 30px;
}
.productdetails .content .left dl {
  padding: 10px 20px 30px;
}
.productdetails .content .left dt {
  height: 30px;
  line-height: 30px;
  color: #484848;
  padding-left: 57px;
}
.productdetails .content .right {
  width: 910px;
}
.productdetails .content .right .top .pic {
  width: 451px;
  height: 256px;
  overflow: hidden;
}
.productdetails .content .right .top .pic img {
  height: 100%;
}
.productdetails .content .right .top .words {
  width: 400px;
  height: 254px;
  padding-top: 17px;
  box-sizing: border-box;
  border-bottom: 2px solid #dcdcdc;
}
.productdetails .content .right .top .words p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.productdetails .content .right .top h2 {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  margin-bottom: 55px;
}
.productdetails .content .right .middle {
  width: 100%;
  height: 82px;
  margin-top: 25px;
}
.productdetails .content .right .slider {
  width: 445px;
  height: 82px;
  position: relative;
}
.productdetails .content .right .slider .box {
  width: 394px;
  margin-left: 30px;
  position: relative;
  height: 82px;
  box-sizing: border-box;
  overflow: hidden;
}
.productdetails .content .right .slider ul {
  overflow: hidden;
  position: relative;
  left: 0;
}
.productdetails .content .right .slider ul li {
  width: 118px;
  height: 82px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
.productdetails .content .right .slider ul li:hover img {
  -webkit-transform: scale(1.2) translateX(-50%);
  -moz-transform: scale(1.2) translateX(-50%);
  -ms-transform: scale(1.2) translateX(-50%);
  -o-transform: scale(1.2) translateX(-50%);
  transform: scale(1.2) translateX(-50%);
}
.productdetails .content .right .slider ul li img {
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.productdetails .content .right .pd-left-btn,
.productdetails .content .right .pd-right-btn {
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.productdetails .content .right .pd-left-btn {
  left: 10px;
}
.productdetails .content .right .pd-right-btn {
  right: 0;
}
.productdetails .content .right .tel {
  width: 400px;
  height: 82px;
}
.productdetails .content .right .details {
  margin-top: 33px;
}
.productdetails .content .right .details .title {
  font-size: 18px;
  color: #444;
  height: 52px;
  line-height: 52px;
  border-bottom: 2px solid #e5e5e5;
  font-weight: bold;
  margin-bottom: 40px;
}
.productdetails .content .right .details span{
  line-height: 28px;
}
.holder {
  text-align: center;
  height: 32px;
  font-size: 12px;
  color: #333;
  line-height: 32px;
  margin: 20px 0 0;
}
.holder span,
.holder a {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  line-height: 32px;
  border: 1px solid #e3e3e3;
  margin: 0 5px;
  cursor: pointer;
}
.holder .jp-current {
  background-color: #f1f1f1;
}
#alert {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#videobox {
  width: 700px;
  height: 600px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
#videobox embed {
  width: 600px;
  height: 500px;
  margin: 45px 45px 0;
  position: relative;
}
#close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#close .iconfont {
  font-size: 24px;
}
